ImageIndexType.ImageIndexType

Undocumented in source.
  1. alias ImageIndexType = Parameters!(__traits(getOverloads, typeof(Image.init[0]), "getPixel")[0])[0]
  2. alias ImageIndexType = Parameters!(__traits(getOverloads, Image, "getPixel")[0])[0]
    template ImageIndexType(Image)
    static if(!(isPointer!Image))
    alias ImageIndexType = Parameters!(__traits(getOverloads, Image, "getPixel")[0])[0]

Meta